home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Alliance.Dxr / 00001_Alliance startmovie script.ls next >
Encoding:
Text File  |  1998-03-05  |  239 b   |  11 lines

  1. global gMasterData, gCDPath
  2.  
  3. on startMovie
  4.   cursor(200)
  5.   set gMasterData to new(script "Alliance parent")
  6.   getMachineDAta(gMasterData)
  7.   setMachine(gMasterData)
  8.   set gCDPath to the pathName
  9.   add(the searchPath, gCDPath & "Media")
  10. end
  11.